home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
comm2
/
iinst151.lha
/
iNTERiNSTALL
/
TCP4ADD
/
db
/
interfaces
Wrap
Text File
|
1995-07-28
|
4KB
|
93 lines
#
# $Id: interfaces,v 4.10 1994/10/28 18:24:25 too Exp $
#
# Network interface configuration for the AmiTCP/IP
#
# Copyright © 1994 AmiTCP/IP Group,
# Network Solutions Development Inc.
# All rights reserved.
#
# AmiTCP/IP uses the network interface to communicate with SANA-II devices,
# just like DOS uses handlers or filesystems to communicate with exec
# devices. A network interface is created and configured with `ifconfig'
# utility. AmiTCP/IP can create several network interfaces for each SANA-II
# device; this is seldom useful, except when two different IP addresses are
# needed for one host or when network has several different framings for IP
# or (for example, ARP has got two different framings for IP).
#
# The Install_AmiTCP installation script depends on the interface
# names defined here, so do not change them.
#
# There is a built-in interface "lo0" in AmiTCP/IP, other interfaces should
# be defined here.
#
# This configuration file is read with template:
# NAME/A, DEV=DEVICE/A/K, UNIT/N/A/K, IPTYPE/N/K, ADDR=ADDRESS/K,
# ARPTYPE=IPARPTYPE/N/K, IPREQ=IPREQUESTS/N/K, ARPREQ=ARPREQUESTS/N/K,
# WRITEREQ=WRITEREQUESTS/N/K, NOTRACKING/S, FILTER/S, NOARP/S,
# P2P=POINT2POINT/S, NOSIMPLEX/S, LOOPBACK/S
#
# Lines can be continued if their last character is '+'. The '#' and ';' are
# comment characters - rest of the line is ignored
#
# Parameters are interpreted as follows:
# NAME/A
# New-style AmiTCP/IP network interface name. This name must be
# unique. If you have multiple units for the same device, then you
# must differentiate the units by adding the unit number as a suffix
# to the name, for example. The maximum lenght for the name is 15
# bytes.
# DEV=DEVICE/A/K
# Sana-II (old-style AmiTCP/IP) device name
# UNIT/N/A/K
# Sana-II (old-style AmiTCP/IP) device unit number
# ADDR=ADDRESS/K (*
# Hardware address used by SANA-II device configuration in hexadecimal
# notation with octets separated by colons,
# e.g. 80:00:13:AE:45:EF. This should be used if your ethernet adapter
# has no address ROM, for example.
# IPTYPE/N/K (*
# Packet type (framing) for Internet Protocol (IP)
# IPREQ=IPREQUESTS/N/K
# IO requests allocated for receiving IP packets.
# ARPTYPE=IPARPTYPE/N/K (*
# Packet type (framing) for Address Resolution Protocol (ARP)
# ARPREQ=ARPREQUESTS/N/K
# IO requests allocated for receiving ARP packets
# WRITEREQ=WRITEREQUESTS/N/K
# IO requests allocated for transmitting packets
# NOTRACKING/S
# Disable the packet type tracking on SANA-II devices. This feature is
# needed to circumvent a bug in a2060.device V37.2
# FILTER/S
# Enable Sana-II packet filtering for this interface. This is needed only
# if you have several protocol stacks using the same Sana-II device and
# unit. E.g., Envoy uses IP, too, so the FILTERing should be enabled on
# interfaces which are shared with Envoy
# NOARP/S
# Disable the ARP for this interface
# P2P=POINT2POINT/S
# Use the device as point-to-point device
# NOSIMPLEX/S
# Disable the copying of broadcast packets. Set this parameter if we hear
# our own broadcasts
# LOOPBACK/S
# Set this parameter if it is loopback
#
# *) Don't set these parameters if you don't know what you are doing.
# AmiTCP/IP recognizes Ethernet, Arcnet (RFC 1051 framing), SLIP and PPP
# drivers automatically. See file <netinclude/net/sana2tags.h> for the
# packet types used for these drivers.
#
# Here are few examples:
#
# Arcnet adapter a2060
#
arcnet0 DEV=devs:networks/ch2060.device UNIT=0
#arcnet0 DEV=DEVS:Networks/a2060.device UNIT=0 NOTRACKING
#a2060 DEV=DEVS:Networks/a2060.device UNIT=0 NOTRACKING
# IPTYPE=240 ARPTYPE=241 ARPREQ=4 IPREQ=16 WRITEREQ=16
#
ppp0 DEV=DEVS:networks/ppp.device UNIT=0 IPTYPE=33 NOARP P2P
# EOF